home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / system / c / du.doc < prev    next >
Text File  |  1996-09-08  |  1KB  |  38 lines

  1.  
  2.                    Dave's DU
  3.                  V1.02
  4.  
  5.      ⌐1991 by Dave Schreiber.  All rights reserved.  This program may be
  6. freely distributed.  The only charges allowed in relation to distributing
  7. this program is in relation to media, shipping, and handling costs.
  8.  
  9. This utility is based upon the Unix utility of the same name.  It prints
  10. out the size of the contents of the given directory.  If there are
  11. directories inside that directory, it will find the size of those.  If they
  12. have directories inside them, the sizes of those directories are found as
  13. well, and so on.
  14.  
  15.      There's one feature of this version that seperates it from all other
  16. DU utilities for the Amiga:  it will not act upon soft links (a part of
  17. Kickstart version 2.00 and higher).  With other DU programs, if you create
  18. a link to a directory's parent, then perform a DU upon that directory, the
  19. DU program will end up going around in circles.  This version of DU was
  20. created with links in mind, however, and doesn't suffer from this problem.
  21.  
  22.      One other note:  this version of DU is pure.  This means that it can
  23. be made resident, using the Resident command (Workbench 1.3 and higher).
  24. You should do a 'protect DU +p' to set the pure bit on the program (not all
  25. Amiga archivers save the pure bit).
  26.  
  27. Usage:
  28.  DU [-s][-a][<dir>]
  29. -s -- Print only the grand total size
  30. -a -- Print the size for each file
  31. <dir> -- Starting directory
  32.  
  33. Compiling instructions:
  34.  lc DU
  35.  blink with DU.lnk
  36.  
  37.  
  38.